home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetPreferences.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  805b  |  42 lines

  1. /*
  2.  *--- PGetPreferences.h ---------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetPreferences__
  10. #define __PGetPreferences__
  11.  
  12. #include "PMTypes.h"
  13.  
  14.  
  15. class PGetPreferences
  16. {
  17.  
  18. public:
  19.  
  20.     PGetPreferences();
  21.     
  22.     short    nGreekBelow;
  23.     short    cGuides;
  24.     short    cGraphics;
  25.     PMBool    bLoose;
  26.     PMBool    bKeeps;
  27.     short    cSaveOption;
  28.     PMBool    bQuotes;
  29.     PMBool    bNumSnapTo;
  30.     PMBool    bAutoflow;
  31.     PMBool    bDisplayName;
  32.     short    nKBitmap;
  33.     long    nKLimit;
  34.     long    xHorizNudge;
  35.     long    yVerticalNudge;
  36.     short    cPSMemory;
  37. };
  38.  
  39. #endif
  40.  
  41. // end of PGetPreferences.h
  42.